runtime.m.nextp (field)
15 uses
runtime (current package)
proc.go#L1792: if mp.nextp != 0 {
proc.go#L1795: mp.nextp.set(p)
proc.go#L1939: acquirep(gp.m.nextp.ptr())
proc.go#L1940: gp.m.nextp = 0
proc.go#L2871: mp.nextp.set(pp)
proc.go#L3009: acquirep(gp.m.nextp.ptr())
proc.go#L3010: gp.m.nextp = 0
proc.go#L3112: if nmp.nextp != 0 {
proc.go#L3120: nmp.nextp.set(pp)
proc.go#L3270: acquirep(gp.m.nextp.ptr())
proc.go#L3271: gp.m.nextp = 0
proc.go#L3283: if mp.nextp != 0 {
proc.go#L3289: mp.nextp.set(pp)
proc.go#L6454: mp.nextp.set(pp)
runtime2.go#L643: nextp puintptr // The next P to install before executing. Implies exclusive ownership of this P.
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |